Current Location: Home> Function Categories> timezone_version_get

timezone_version_get

Get the version of timezonedb
Name:timezone_version_get
Category:Date and time
Programming Language:php
One-line Description:Returns the version of the time zone database.

Definition and usage

timezone_version_get() function returns the version of the timezone database.

Example

Returns the version of the time zone database:

 <?php
echo timezone_version_get ( ) ;
?>

Try it yourself

grammar

 timezone_version_get ( ) ;
Similar Functions
Popular Articles